Public Function New( _ ByVal startRow As Integer, _ ByVal startCol As Integer, _ ByVal word As String, _ ByVal suggestions() As String _ )
Parameters
- startRow
- Starting row screen coordinate of the misspelled word.
- startCol
- Starting column screen coordinate of the misspelled word.
- word
- The misspelling.
- suggestions
- Any spelling suggestions that are available for correction.